﻿.osk-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2147483647;
    display: none;
}

.osk-title {
    color: rgba(255, 255, 255, 0.8);
    font-size: 4em;
    line-height: 1em;
    text-align: center;
}

.osk-overlay-content {
    /*width: 80%;*/
    /*margin-left: 10%;*/
    background-color: RGBA(0, 0, 0, 0.6);
    border-radius: 10px;
    /*padding: 20px;*/
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

div.osk-input {
    text-align: center;
}

input.osk-input {
    float: none !important;
    font-size: 1.5em !important;
    height: 1.2em !important;
    margin: 0 6% !important;
    max-width: none !important;
    text-align: left;
    width: 46.5em !important;
}

.osk-row {
    min-height: 67px;
}

.osk-keyboard-standard {
    background: #595959 none repeat scroll 0 0;
    box-shadow: 0 0 0.2em white inset;
    /*margin: 30px auto auto;*/
    text-align: center;
    width: 1129px !important;
}

.osk-keyboard-numeric {
    background: #595959 none repeat scroll 0 0;
    box-shadow: 0 0 0.2em white inset;
    margin: 0 auto auto;
    text-align: center;
    width: 490px;
}

.osk-specials {
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-left: 38px;
    width: 220px;
}

.osk-keyboard-numeric .osk-specials {
    margin-left: 5px;
}

.osk-keys {
    display: inline-block;
    margin-left: 10px;
    float: left;
}

.osk-keyboard-key {
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: gray;
    border-radius: 0.2em;
    box-shadow: 0 0 0.1em white inset;
    cursor: pointer;
    display: inline-block;
    font-size: 2em;
    height: 2em;
    line-height: 2.5em;
    margin: 0.2em;
    min-width: 1.5em;
    padding: 0 0.25em;
    text-align: right;
}

.osk-keyboard-key.osk-wide {
    padding: 0 5em;
}

.osk-width-2 {
    width: 2em;
}

.osk-width-3 {
    width: 3em;
}

.osk-width-4 {
    width: 4em;
}

.osk-width-5 {
    width: 5em;
}

.osk-width-6 {
    width: 6em;
}

.osk-width-7 {
    width: 7em;
}

.osk-width-8 {
    width: 8em;
}

.osk-width-9 {
    width: 9em;
}

.osk-actions {
    text-align: center;
}

.osk-action {
    background-color: rgba(64, 128, 255, 0.6);
    border-radius: 5px;
    box-shadow: 0 0 0.1em white inset;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 2em;
    line-height: 1em;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.osk-numeric {
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    width: 480px;
}

.osk-actions.osk-numeric .cancel {
    float: left;
    margin-right: 0;
}

.osk-action:hover {
    background-color: rgba(64, 128, 255, 0.5);
}

.osk-action.cancel {
    background-color: rgba(64, 64, 64, 0.8);
    margin-right: 615px;
}

.osk-action.cancel:hover {
    background-color: rgba(64, 64, 64, 0.7);
}

.alert-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}